home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / zoomhint.zip / HELPME.ARJ / ZYXEL-FD.TXT < prev   
Text File  |  1993-11-21  |  1KB  |  47 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for using BGFAX with the USR 21.6K/FD 2.11            11-21-93
  3. B.J. Guillot
  4. FidoNet 106/400                              InterNet: st1r8@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. Keep in mind that fax commands cannot be stored in NVRAM.
  8.  
  9. Here is the relevant information from FDSETUP ...
  10.  
  11. [FDSETUP] Modem -> Command Strings
  12.   Init-1 ... ATZ|
  13.   Init-2 ... AT#P713 555 1212|
  14.   Init-3 ... AT#B1+FCLASS=6|
  15.  
  16.   +fclass=0dt              enables data mode operation on outgoing calls
  17.   +fclass=2.0              enables fax mode operation
  18.   +flid="713 555 1212"     sets your FAX ID, up to 20 characters
  19.   +fnr=1,1                 tells modem to let BGFAX know connect speed
  20.  
  21. [FDSETUP] Modem -> Answer control
  22.   Manual answer    Yes
  23.   Force answer ... ATA|
  24.  
  25. [FDSETUP] Mailer -> Errorlevels
  26.   Fax ... 255
  27.  
  28. [FDSETUP] Modem -> Default Settings -> Messages
  29.    Fax ... CONNECT FAX
  30.  
  31. @echo off
  32. c:
  33. cd\fd
  34. fd
  35. rem ***** if /FAX gives you problems, try using /FZYX
  36. if errorlevel 255 bgfax /fax c:\bgfax 1 z
  37. if errorlevel 103 maint.bat
  38. if errorlevel 102 toss.bat
  39. if errorlevel 101 local.bat
  40. if errorlevel 100 dobbs.bat
  41.  
  42. ==========================================================================
  43.  
  44. Regards,
  45. B.J. Guillot
  46.  
  47.